home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Precision Software Appli…tions Silver Collection 3
/
Precision Software Applications Silver Collection Volume Three (PSM) (1993).iso
/
drivers
/
d5wn3a.exe
/
DJDISK.BAT
< prev
next >
Wrap
DOS Batch File
|
1992-03-18
|
2KB
|
81 lines
echo off
cls
echo
echo
echo This will create the HP DeskJet Series v2.1 printer driver
echo for Microsoft Windows 3.0 disks by copying the appropriate
echo files in this directory to a disk in drive A:.
echo
echo You *must* use this batch file to create the installation disks
echo before you can install the HP DeskJet Series v2.1 driver.
echo
echo Before you proceed, you will need two blank formatted high
echo density 5.25" or 3.5" diskettes.
echo
echo
echo Press [Control]C to terminate this program
echo or any key to continue...
pause >nul
echo
echo
echo Put a blank formatted high density disk in drive A:
echo and press any key to continue...
pause >nul
echo
echo
echo Copying files...
rem Disk 1
copy SFI.DLL a:\ >nul
copy DJ500C.HLP a:\ >nul
copy DJCOLOR1.HPM a:\ >nul
copy HPCOLOR.DLL a:\ >nul
copy GDIOUT.DLL a:\ >nul
copy IFCLL.DLL a:\ >nul
copy IFSUPP.MRG a:\ >nul
copy SFI.HLP a:\ >nul
copy SYMBOL.WRI a:\ >nul
copy DJ500C.DRV a:\ >nul
copy OEMSETUP.INF a:\ >nul
copy README.TXT a:\ >nul
cls
echo
echo
echo Installation files for disk 1 have been copied to A:
echo
echo Please remove the disk from drive A: and label it
echo "HP DeskJet Series v2.1 Windows 3.0 driver Disk 1".
echo
echo Press any key to continue...
pause >nul
cls
echo
echo
echo Put another blank formatted high density disk
echo in drive A: and press any key to continue...
pause >nul
echo
echo
echo Copying files...
rem Disk 2
copy 92500.TYP a:\ >nul
copy 92504.TYP a:\ >nul
copy 93950.TYP a:\ >nul
copy 93952.TYP a:\ >nul
copy 94021.TYP a:\ >nul
copy 94023.TYP a:\ >nul
copy PROTO.OUT a:\ >nul
cls
echo
echo
echo Installation files for disk 2 have been copied to A:
echo
echo Please remove the disk from drive A: and label it
echo "HP DeskJet Series v2.1 Windows 3.0 driver Disk 2".
echo
echo
echo To install the HP DeskJet Series v2.1 Windows 3.0 driver,
echo please see the instructions in the file INSTALL.DOC
echo included with the file D5WN3A.ZIP.
echo
echo